home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / lib / ruby / 1.8 / thread.rb < prev    next >
Encoding:
Ruby Source  |  2008-09-19  |  104 b   |  6 lines

  1. unless defined? Thread
  2.   fail "Thread not available for this ruby interpreter"
  3. end
  4.  
  5. require 'thread.so'
  6.